This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
OwlBoard/src/configs/version.configs.js
Fred Boniface eac4016422 FullStack:
- Fix Issue API Problems
 - Bump both backend & frontend version.

Signed-off-by: Fred Boniface <fred@fjla.uk>
2023-02-08 13:25:49 +00:00

6 lines
88 B
JavaScript

const version = {
api: ["/api/v1/",],
app: "0.0.2"
};
module.exports = version;