9 строки
242 B
Go
9 строки
242 B
Go
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
package api4
|
|
|
|
func (api *API) InitImportLocal() {
|
|
api.BaseRoutes.Imports.Handle("", api.APILocal(listImports)).Methods("GET")
|
|
}
|