Add authentication #1

Merged
FatttSnake merged 24 commits from FatttSnake into dev 2023-10-09 10:38:31 +08:00
Showing only changes of commit c57064d0f8 - Show all commits

View File

@@ -0,0 +1,13 @@
package top.fatweb.api
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class FatWebApiApplicationTests {
@Test
fun contextLoads() {
}
}