Skip to content

Commit

Permalink
Modify Annotation Path
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Mar 19, 2024
1 parent 1a828e9 commit a3f877f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
package com.mashup.shorts.annotation

/**
* Auth
*
* @author JungGyun.Choi
* @version 1.0.0
* @since 2023. 06. 12.
*/
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class Auth
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ class AuthAspect(
companion object {
private const val AUTHORIZATION = "Authorization"
private const val PREFIX_BEARER = "Bearer "
private const val SHORTS_PACKAGE = "com.mashup.shorts.common.aop.Auth"
private const val SHORTS_PACKAGE = "com.mashup.shorts.annotation.Auth"
}
}

0 comments on commit a3f877f

Please sign in to comment.