mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 16:46:07 +02:00
Add restaurant and organization controller
- Add restaurant controller - Add organization controller - Add files for types
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const DataType = {
|
||||
STRING: "String",
|
||||
NUMBER: "Number"
|
||||
};
|
||||
Reference in New Issue
Block a user