Skip to content

Commit b1d0c9c

Browse files
committed
v0.0.51
1 parent bc9a3f7 commit b1d0c9c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/cli/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack/glue-plugin-backend-engine",
3-
"version": "0.0.50",
3+
"version": "0.0.51",
44
"description": "Create an Application using GlueStack framework",
55
"repository": {
66
"type": "git",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack/glue-plugin-backend-engine",
3-
"version": "0.0.50",
3+
"version": "0.0.51",
44
"description": "Create an Application using GlueStack framework",
55
"repository": {
66
"type": "git",

packages/cli/template/router.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
module.exports = () => {
22
return [
3+
{
4+
"server_name": "api"
5+
},
36
{
47
"path": "/backend/engine/(.*)",
58
"proxy": {

0 commit comments

Comments
 (0)