Compare commits

..
2 Commits
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "14.0.0"
__version__ = "14.0.1"
+2 -3
View File
@@ -1,8 +1,7 @@
import uvicorn
from fastapi import FastAPI
# from fastapi.staticfiles import StaticFiles
from fastapi.staticfiles import StaticFiles
from starlette.middleware.sessions import SessionMiddleware
from .core.config import settings
@@ -122,7 +121,7 @@ app.include_router(split.router, prefix="/api", tags=["voucher"])
app.include_router(change.router, prefix="/api/voucher", tags=["voucher"])
app.include_router(health.router, prefix="/health", tags=["health"])
# app.mount("/static", StaticFiles(directory="static"), name="static")
app.mount("/static", StaticFiles(directory="static"), name="static")
def init() -> None:
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "barker"
version = "14.0.0"
version = "14.0.1"
description = "Point of Sale for a restaurant"
authors = ["tanshu <git@tanshu.com>"]
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bookie",
"version": "14.0.0",
"version": "14.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
+1 -1
View File
@@ -1,7 +1,7 @@
export const environment = {
production: true,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '14.0.0',
version: '14.0.1',
};
export const dateFormat = {
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "frank"
version = "14.0.0"
version = "14.0.1"
description = "Point of Sale for a restaurant"
authors = ["tanshu <git@tanshu.com>"]