The javascript code under api
folder in this project was generated from the typescript source code located at here (by running tsc
command in this directory). The only manually change is to rename the mock-server.js
to index.js
.
info: { name: 'Mock API', description: 'Mock API for vue-typescript-admin-template.', version: '1.0.0' }, paths: { get: [ '/mock-api/v1/articles', '/mock-api/v1/articles/:id', '/mock-api/v1/pageviews', '/mock-api/v1/transactions', '/mock-api/v1/roles', '/mock-api/v1/routes', '/mock-api/v1/users', '/mock-api/v1/users/:username' ], post: [ '/mock-api/v1/articles', '/mock-api/v1/roles', '/mock-api/v1/users/register', '/mock-api/v1/users/login', '/mock-api/v1/users/logout', '/mock-api/v1/users/info' ], put: [ '/mock-api/v1/articles/:id', '/mock-api/v1/roles/:id', '/mock-api/v1/users/:username' ], delete: [ '/mock-api/v1/articles/:id', '/mock-api/v1/roles/:id', '/mock-api/v1/users/:username' ] }
or use the vercel dev
command.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4