Skip to content

Commit

Permalink
v0.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
ssinghal58 committed Mar 2, 2023
1 parent bc9a3f7 commit b1d0c9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack/glue-plugin-backend-engine",
"version": "0.0.50",
"version": "0.0.51",
"description": "Create an Application using GlueStack framework",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack/glue-plugin-backend-engine",
"version": "0.0.50",
"version": "0.0.51",
"description": "Create an Application using GlueStack framework",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions packages/cli/template/router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = () => {
return [
{
"server_name": "api"
},
{
"path": "/backend/engine/(.*)",
"proxy": {
Expand Down

0 comments on commit b1d0c9c

Please sign in to comment.