Skip to content

Commit 4dad00e

Browse files
committed
use new feeds site
1 parent 6d2e4c0 commit 4dad00e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solace-community/stm",
3-
"version": "0.0.61",
3+
"version": "0.0.62",
44
"description": "Solace Try-Me Command Line Tool",
55
"repository": {
66
"type": "git",

public/feedportal

Submodule feedportal updated 386 files

src/lib/feed-portal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const feedPortal = async (options: ManageFeedClientOptions, optionsSource: any)
1212
const express = require('express');
1313
const app = express();
1414
app.use(express.urlencoded({ extended: true }));
15-
app.use(express.static(publicDir + '/public/feedportal'));
15+
app.use(express.static(publicDir + '/public/feedportal/public'));
1616
app.use(express.json());
1717
app.use(function(req:any, res:any, next:any) {
1818
// console.log('Request: ', req.method, ' on ', req.path);

0 commit comments

Comments
 (0)