diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-14 13:08:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 13:08:02 +0200 |
commit | f6f56d0dbe277d54ace846c0cb7457d766ffa62e (patch) | |
tree | 13e14246612e53bfa51d63d862f258e377f93588 /api/src | |
parent | Merge pull request #358 from AlTech98/fix-356 (diff) | |
parent | add store endpoints (diff) | |
download | server-f6f56d0dbe277d54ace846c0cb7457d766ffa62e.tar.xz |
Merge pull request #359 from Thesourtimes/master
add store endpoints
Diffstat (limited to 'api/src')
-rw-r--r-- | api/src/routes/store/applications.ts | 11 | ||||
-rw-r--r-- | api/src/routes/store/skus.ts | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/api/src/routes/store/applications.ts b/api/src/routes/store/applications.ts new file mode 100644 |