@quintype/framework 7.30.3-sub-dir-routes.0 → 7.30.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [7.30.3](https://github.com/quintype/quintype-node-framework/compare/v7.30.2...v7.30.3) (2024-09-30)
6
+
5
7
  ### [7.30.2](https://github.com/quintype/quintype-node-framework/compare/v7.30.1...v7.30.2) (2024-09-13)
6
8
 
7
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/framework",
3
- "version": "7.30.3-sub-dir-routes.0",
3
+ "version": "7.30.3",
4
4
  "description": "Libraries to help build Quintype Node.js apps",
5
5
  "main": "index.js",
6
6
  "engines": {
package/server/routes.js CHANGED
@@ -114,6 +114,7 @@ exports.upstreamQuintypeRoutes = function upstreamQuintypeRoutes(
114
114
  "/api/instant-articles.rss",
115
115
  ];
116
116
 
117
+ app.all("/api/*", sketchesProxy);
117
118
  app.all("*/api/*", sketchesProxy);
118
119
  app.all("/login", sketchesProxy);
119
120
  app.all("/qlitics.js", sketchesProxy);