1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 07:00:04 +00:00

chore: restructured controllers

This commit is contained in:
Saad Jutt
2021-11-11 03:40:57 +05:00
parent 7a8123eb52
commit 1814c3a1f4
27 changed files with 84 additions and 66 deletions

View File

@@ -11,7 +11,7 @@ import {
Get,
Query
} from 'tsoa'
import { ExecutionController } from '.'
import { ExecutionController } from './internal'
import { PreProgramVars } from '../types'
import { getTmpFilesFolderPath, makeFilesNamesMap } from '../utils'
@@ -32,7 +32,7 @@ interface ExecuteReturnJsonResponse {
@Security('bearerAuth')
@Route('SASjsApi/client')
@Tags('STP')
export default class STPController {
export class STPController {
/**
* Trigger a SAS program using it's location in the _program parameter.
* Enable debugging using the _debug parameter.