init dart api server with mysql connection

This commit is contained in:
위동균
2026-01-29 14:09:06 +09:00
commit e197c049e4
10 changed files with 524 additions and 0 deletions

3
lib/mess_api.dart Normal file
View File

@@ -0,0 +1,3 @@
int calculate() {
return 6 * 7;
}